object OKBottomDlg: TOKBottomDlg Left = 209 Top = 139 BorderIcons = [] BorderStyle = bsDialog Caption = 'Time Limit Set' ClientHeight = 137 ClientWidth = 168 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] FormStyle = fsStayOnTop Icon.Data = {} Position = poScreenCenter PixelsPerInch = 96 TextHeight = 13 object Bevel1: TBevel Left = 4 Top = 4 Width = 161 Height = 97 Shape = bsFrame end object Label1: TLabel Left = 16 Top = 32 Width = 20 Height = 13 Caption = 'Fast' end object Label2: TLabel Left = 136 Top = 32 Width = 23 Height = 13 Caption = 'Slow' end object Label3: TLabel Left = 32 Top = 12 Width = 109 Height = 13 Caption = 'Please set the time limit' end object Label4: TLabel Left = 76 Top = 32 Width = 26 Height = 13 Alignment = taCenter Caption = '9 sec' end object OKBtn: TButton Left = 47 Top = 108 Width = 75 Height = 25 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 0 OnClick = OKBtnClick end object TrackBar1: TTrackBar Left = 12 Top = 48 Width = 145 Height = 45 Max = 20 Min = 3 Orientation = trHorizontal Frequency = 1 Position = 9 SelEnd = 0 SelStart = 0 TabOrder = 1 TickMarks = tmBoth TickStyle = tsAuto OnChange = TrackBar1Change end end